Returns the timeline with a given ID and value type.

Namespace:  Janus
Assembly:  Janus (in Janus.dll)

Syntax

C#
public Timeline<T> Get<T>(
	byte[] id
)

Parameters

id
Type: array<System..::..Byte>[]()[][]

Type Parameters

T

See Also